home *** CD-ROM | disk | FTP | other *** search
- BOXTEST.BAS
- BOXTEST.PRG
-
- This is a very simple program that shows you how buttons and radio buttons
- can be programmed in GFA. Run the program and see how it looks and then
- disect the source to see how they did it. Very well done.
-
-
- COMMAND.TOS
- DIALTEST.PRG
- GFATIP08.DOC
- TIMER.PRG
- TIMETEST.BAS
- TIMETEST.PRG
-
- These programs include a CLI, a timer program, example programs, & a
- .DOC file to explain the usage and restrictions of the utility. At several
- of the GFA Basic Conferences I was asked "How do I time a program?", well
- this archive will help you out. It is designed for use with GFA Basic
- Compiled programs, (or any other language for that matter). It is
- compatible with GFALINK.TTP (contained in GFATIP07.ARC). The whole idea of
- this GFATIP is to help you to test sections of compiled code & perform
- optimization while keeping an execution track record. Everything you need
- to time your software modules. GRIFJOHN
-
-
- GFAGRAPH.DOC
- PRG0302.BAS
- PRG0303.BAS
-
- This is actually a sample chapter for a book which, alas, is destined
- not to be. I hope you gain some insight into GFA BASIC by reading it.
- Sample program listings are included in the text. ALL programs
- have been throughly tested, and work as listed. Read part of a book that
- could have been and learn as well.
-
-
- GFALINK.TTP
- GFATIP07.DOC
-
- Fellow GFA'ers here is my latest attempt at making the GFA Basic
- programming environment more productive. Since the GFA Basic Companion will
- be out in a few days, I thought it was time to unleash my latest utility for
- use with .LST files created with the GFA Basic Interpreter. With this
- utility package you'll be able to configure a pseudo MAKE environment with
- the GFALINK.TTP program and a good CLI such as DOS Shell. These files have
- been labeled as a bonifide GFATIP file since it does more than provide you
- with a utility and instructions; it also presents a consistent programming
- concept that will help you improve productivity while using GFA Basic.
- Enjoy! John B. Holder
-
-
- GFASPK1.BAS
-
- Listing calls STSPEECH.TOS from GFA commands. Assign A$ a string, call the
- subroutine, turn up the sound, and your ST is talking. (It does
- sometimes bomb but not too often and it only ends the .prg, it doesnt lock
- up. I used it to write a speak and spell for the kids, they love it. For
- a copy of STSPEECH.TOS, rename SPEECH.TOS from the COMM directory on this
- disk. Very interesting to both run and examine.
-
-
- MENUDEMO.BAS
- MENUDEMO.PRG
- MENUDEMO.RSC
-
- This program is a short demo showing how to load menu built by a Resource
- Construction Set into GFA and by-passing the menu command. The menu you
- will see has a twist to it. Color's!!! If I get enough response's I will
- write up a doc file explaining how to get menu's with different color's
- and also ICON's. This program run's only in MEDIUM RESOLUTION. Yes, you
- can use a Resource Construction program with GFA.
-
-
- PATCH202.BAS
-
- This is a patch for the owners of version 2.02 only! Run this only on a
- Backup copy! This corrects a bug in the on error routine.
-